Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin version to 3.4 #8278

Merged
merged 1 commit into from
Jul 31, 2018
Merged

Update plugin version to 3.4 #8278

merged 1 commit into from
Jul 31, 2018

Conversation

pento
Copy link
Member

@pento pento commented Jul 30, 2018

Changelog

  • Add the Inline Blocks API.
  • Rename Shared Blocks to Reusable Blocks.
  • Add a Modal component.
  • Add a REST API Search controller.
  • Add a warning in the classic editor when attempting to edit a post that contains blocks.
  • Add ability for themes to configure font sizes.
  • Add RTL CSS to all packages.
  • Add an edit button to embed blocks.
  • Remove all wp.api usage from the editor package.
  • Add error handling for file block drag-and-drop.
  • Add registerBlockStyleVariation, for registering block style variations.
  • Add a border between panels in the block sidebar.
  • Add a editor.PostFeaturedImage.imageSize filter for the Featured Image.
  • Create a video block when dropping a video on an insertion point.
  • Expose a custom class name hook for mobile.
  • Add a React Native entrypoint for mobile.
  • Only disable wpautop on the main classic editor instance.
  • Retain the id attribute when converting heading tags to heading blocks.
  • Retain target="_blank" on links in converted paragraphs.
  • Improve the handling of imported shortcode blocks.
  • Replace the File block’s filename editor with a RichText.
  • Tweak the block warning style.
  • Add a max-height to the table of contents.
  • Remove the inset shadow from the table of contents.
  • Fix the tag placeholder text for long translations.
  • Fix the table of contents sometimes causing JavaScript errors.
  • Fix the link suggestion dropdown not allowing the first suggestion to be selected by keyboard.
  • Make tooltips persist when hovering them.
  • Add missing aria-labels to the audio and video block UIs.
  • Add an icon and accessibility text to links that open in a new tab.
  • Fixed shared blocks adding unnecessary rewrite rules.
  • Fix a regression in the colour picker width.
  • Fix the colour picker focus border being off-centre.
  • Combine ColorPalettes into a single panel for Button and Paragraph blocks.
  • Fix the ColorIndicator style import.
  • Fix auto-linking a URL pasted on top of another URL.
  • Add persistent store support to the data module.
  • Fix the Latest Comments block using admin imports.
  • Fix a warning when adding an image block.
  • Fix the classic block toolbar alignment.
  • Fix a warning in the block menu.
  • Change all blocks to use supports: align, instead of the align attribute.
  • Improve the ContrastChecker logic for large font sizes.
  • Update the is-shallow-equal package to use ES5 code.
  • Deprecate getMimeTypesArray, mediaUpload, and preloadImage.
  • Deprecate wideAlign in favour of alignWide.
  • Document Node version switching in the testing documentation.
  • Document examples of the registerBlockType hook.
  • Document an example of the block transforms property.
  • Document Gutenberg’s camelCase coding style.
  • Improved all of the package descriptions.
  • Update coding standards to allow double quoted strings to avoid escaping single quotes.
  • Standardise the package descriptions and titles.
  • Extract the editor package.
  • Isolate and reset e2e tests every run.
  • Improve test configuration and mocking strategy.
  • Fix test coverage configuration.
  • Fix the block icons e2e tests.
  • Bump the Puppeteer version.
  • Use simpler jest.fn() mocks for api-fetch calls in unit tests.

@pento pento added the Gutenberg Plugin Issues or PRs related to Gutenberg Plugin management related efforts label Jul 30, 2018
@pento pento added this to the 3.4 milestone Jul 30, 2018
@pento pento requested a review from a team July 30, 2018 06:45
@pento
Copy link
Member Author

pento commented Jul 30, 2018

Note: Apart from the 3.4 milestone, the Try milestone also needs to be cleared before 3.4 can be released.

Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@gziolo
Copy link
Member

gziolo commented Jul 30, 2018

We need to merge #8276 first to ensure all deprecation scheduled for removal for 3.4 are cleaned up.

@ntwb
Copy link
Member

ntwb commented Jul 30, 2018

#8277 also needs to be merged before this is merged

@jasmussen
Copy link
Contributor

Based on discussion in Slack (here: https://wordpress.slack.com/archives/C02QB2JS7/p1532974347000244) I snuck in #8314 as a fix for the Classic Block toolbar looking broken. Here's something you can use for the changelog.

  • Fix issue where Classic Block toolbar would look detached from the block itself.

@pento pento merged commit b38844f into master Jul 31, 2018
@pento pento deleted the update/v3-4-0 branch July 31, 2018 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gutenberg Plugin Issues or PRs related to Gutenberg Plugin management related efforts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants